home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 34 / PC Gamer IT CD 34 2-2.iso / utility / rccd30103 / _SETUP.1 / Rccd.exe / 0 / RCDATA / TFRMCDDBMESSAGE / TFRMCDDBMESSAGE.txt
Text File  |  1998-09-03  |  879b  |  45 lines

  1. object frmCDDBMessage: TfrmCDDBMessage
  2.   Left = 452
  3.   Top = 294
  4.   BorderStyle = bsDialog
  5.   Caption = 'Information'
  6.   ClientHeight = 111
  7.   ClientWidth = 294
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lblMessage: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 269
  21.     Height = 25
  22.     AutoSize = False
  23.     Caption = 'lblMessage'
  24.     WordWrap = True
  25.   end
  26.   object btnOK: TButton
  27.     Left = 109
  28.     Top = 80
  29.     Width = 75
  30.     Height = 25
  31.     Caption = '&OK'
  32.     Default = True
  33.     ModalResult = 1
  34.     TabOrder = 0
  35.   end
  36.   object optDontShow: TCheckBox
  37.     Left = 16
  38.     Top = 52
  39.     Width = 217
  40.     Height = 17
  41.     Caption = 'Don'#39't show this dialog again this session'
  42.     TabOrder = 1
  43.   end
  44. end
  45.